projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c079e
)
("simple.el"): Move to after loaddefs.el.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Sep 2002 20:44:40 +0000
(20:44 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Sep 2002 20:44:40 +0000
(20:44 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index c450f74ed561034832c600ad015081bfbc58747d..807764259c3189efd1ed7d61a3db3608c4a82da8 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-64,7
+64,6
@@
(load "format")
(load "bindings")
(setq load-source-file-function 'load-with-code-conversion)
-(load "simple")
(load "files")
(load "cus-face")
@@
-75,6
+74,7
@@
(message "%s" (garbage-collect))
(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
(message "%s" (garbage-collect))
+(load "simple")
(load "help")